type github.com/golang/mock/gomock.assignableToTypeOfMatcher

5 uses

	github.com/golang/mock/gomock (current package)
		matchers.go#L159: type assignableToTypeOfMatcher struct {
		matchers.go#L163: func (m assignableToTypeOfMatcher) Matches(x interface{}) bool {
		matchers.go#L167: func (m assignableToTypeOfMatcher) String() string {
		matchers.go#L329: 		return assignableToTypeOfMatcher{xt}
		matchers.go#L331: 	return assignableToTypeOfMatcher{reflect.TypeOf(x)}